home *** CD-ROM | disk | FTP | other *** search
/ Flybox Trout (Edition 1) / Flybox Trout (Edition 1).iso / Setup / Support / FlyBox.swf / scripts / DefineButton2_176 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-04-15  |  173 b   |  7 lines

  1. on(release){
  2.    setProperty("SmallResults", _visible, 0);
  3.    setProperty("SearchResults", _visible, 0);
  4.    setProperty("SlideShow", _visible, 0);
  5.    gotoAndStop(4);
  6. }
  7.